'Declaration
Public Overloads Function CreateGradientFill( _ ByVal degree As Double, _ ByVal gradientStops() As GradientStop _ ) As Fill
'Usage
Dim instance As Styles Dim degree As Double Dim gradientStops() As GradientStop Dim value As Fill value = instance.CreateGradientFill(degree, gradientStops)
public Fill CreateGradientFill( double degree, GradientStop[] gradientStops )
Parameters
- degree
- A System.Double value indicates the angle of the linear gradient.
- gradientStops
- A GradientStop array indicates the gradient stops.
Return Value
A Fill value represents the created gradient fill.